home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDry.Dxr / 00047_left wheel.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  177 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("Floop.S")
  3.   updateStage()
  4.   autoHilite()
  5. end
  6.  
  7. on action
  8.   global wagonList, prefixLetter, direc
  9.   set direc to "next"
  10.   go(prefixLetter & "out")
  11. end
  12.